home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / trim_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1995-03-15  |  412 b   |  21 lines

  1. #
  2. # This is the make file for the trim_lib library, DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS =  iso_crvs.o trim_aux.o trim_dbg.o trim_err.o trim_ftl.o trim_gen.o 
  10.  
  11. libtrim.a: $(OBJS)
  12.     ar rc libtrim.a @&&!
  13. $(OBJS)
  14. !
  15.  
  16. install: libtrim.a
  17.     copy libtrim.a $(LIB_DIR_DOS)
  18.     ar s $(LIB_DIR_DOS)\libtrim.a
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21.